-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BugFix: Don't lose track of jobs in 'qw' status on SGE #103
Conversation
Thanks! |
Codecov Report
@@ Coverage Diff @@
## master #103 +/- ##
======================================
Coverage 40.6% 40.6%
======================================
Files 22 22
Lines 5221 5221
Branches 1353 1353
======================================
Hits 2120 2120
+ Misses 2759 2757 -2
- Partials 342 344 +2
Continue to review full report at Codecov.
|
ce1d9b1
to
340f228
Compare
Thanks. I have updated the commit message. So far ARC tracks jobs as expected. |
I don't see the updated message, for me it still shows |
I changed the commit message but forget to change the header for the pull request. Now it's all updated. |
Please go ahead and rebase |
Add qw as a keyword when ARC determines job server status This aviods losing track of qw jobs on pharos Previously, if a job has qw status on pharos for extended time (e.g. server is loaded), ARC has chances of losing track of it
340f228
to
761dcbd
Compare
@alongd Just rebased |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Add qw as a keyword when ARC determines job server status
This aviods losing track of qw jobs on pharos
Previously, if a job has qw status on pharos for extended time
(e.g. server is loaded), ARC has chances of losing track of it